home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / vd160r.zip / RELEASE.DOC < prev    next >
Text File  |  1992-10-22  |  7KB  |  213 lines

  1. 1.60
  2. ----
  3.   *) General Public Interim release.  I decided to release this version
  4.      prior to releasing 2.00 because there are some things I want to
  5.      add to 2.00 which will delay the release of it.  This release
  6.      gets all of the current new stuff out to the public immediately.
  7.  
  8. 1.53b
  9. -----
  10.   *) General Cleanup
  11.  
  12.   *) Added another VD Variable - @User_Name.  This works exactly like
  13.      @UserName except the first and last name are separated by an
  14.      underscore.  Thanks to Ken Givens for this idea.
  15.      Example:   @UserName  would be   Ken Givens
  16.                 @User_Name would be   Ken_Givens
  17.  
  18. 1.52b
  19. -----
  20.   *) Added better processing to HITANYKEY function.  It was not as
  21.      complete as it should have been.
  22.  
  23. 1.51b
  24. -----
  25.   *) Added support for 14400 carrier.
  26.  
  27.   *) Fixed a bug which caused the user's SecLevel to be set to 0
  28.      if SecLevel was commented out.
  29.  
  30. 1.50b
  31. -----
  32.   *) Added two more VD Variables  @VD_Date and @VD_Time.  These will
  33.      translate into the current date and time from your system.  See
  34.      section on VD_Variables and vd.cfg for usage examples.
  35.  
  36.   *) Fixed the HITANYKEY stuff so it works on a LD exit.
  37.  
  38. 1.48b
  39. -----
  40.   *) Prior to this release, VD would read a blank line in your bad
  41.      number control file and compare it with the users phone number
  42.      which sometimes would cause VD to think it had found a match in the
  43.      bad number control file and notify the user thusly.  This was not
  44.      really a bug as there are not supposed to be any blank lines in your
  45.      bad number control file however I fixed it anyway.  Vd will now ignore
  46.      blank lines in your bad number control file.
  47.  
  48. 1.47b
  49. -----
  50.   *) Fixed an OLD feature which dictated that you must update SECLEVEL
  51.      in order to save changes.  This had been partially fixed in that
  52.      the flags worked, but it reared it ugly head when I added the
  53.      UserComment and EditPhone descriptors.  Unless you updated SecLevel
  54.      UserComment AND EditPhone would not work.  This has been fixed.
  55.      Thanks Tom!
  56.  
  57. 1.46b
  58.   *) Cleaned up ModemReset and ModemSuffix commands.
  59.  
  60. 1.45b
  61. -----
  62.   *) Added Support for 38400 baud.
  63.  
  64. 1.44b
  65. -----
  66.   *) Added the VALIDOOR environment variable.  Set this to the path
  67.      where your vd.cfg file is located.
  68.  
  69. 1.43b
  70. -----
  71.   *) Cleaned up the FrontDoor style log generator.
  72.   *) Cleaned up ExitInfo structure support.
  73.   *) Added VDUEdit descriptor for VDUtil editor support.  This
  74.      descriptor is not used by ValidOOR.
  75.  
  76. 1.42b
  77. -----
  78.   *) Added the UserPath descriptor to VD.Cfg file.  ValidOOR does not
  79.      use this verb.  It is there for some of the VD utilities like
  80.      VD_Pack and VD_Create.
  81.  
  82. 1.40b
  83. -----
  84.   *) Added Errorlevel 17 for beta copy expired. It is only valid in
  85.      beta releases.
  86.  
  87.   *) Added Errorlevel 18 for the Twit User function key (F3).
  88.  
  89. 1.39b
  90. -----
  91.   *) Cleaned up the VDVariable Code and added a new function to
  92.      allow this to work better.  VDVariables can now be placed
  93.      at the end of the line with no problems.
  94.  
  95. 1.36b
  96. -----
  97.   *) Fixed the ValidShell which was accidently turned off in 1.35b.
  98.  
  99. 1.35b
  100. -----
  101.   *) Moved the modem responses into the message window for
  102.      cleanliness.
  103.  
  104.   *) Added a line to let the user know he was being disconnected
  105.      due to inactivity.
  106.  
  107.   *) Fixed a bug which caused VD to hang if it was waiting for a
  108.      carrier when the date changed (midnight).
  109.  
  110.   *) Fixed a bug in chat mode which caused the user to not see line
  111.      feeds on his terminal.
  112.  
  113.   *) Added F5 function key to hang up (disconnect) the user
  114.      immediately and exit VD with an DOS Errorlevel 16.
  115.  
  116.   *) Added a Begin run log entry.
  117.  
  118.   *) Added the F10 Advertisement key.
  119.  
  120.  
  121. 1.33b
  122. -----
  123.   *) Fixed a bug which caused the Long Distance Slots not to work
  124.      properly. I am surprised that this one was never reported to
  125.      me since it has been in the code from day 1.
  126.  
  127.   *) Added DropDTR descriptor to vd.cfg. This tells VD to drop carrier
  128.      after program execution based on whether the call is
  129.      long distance or local.  Usage as follows:
  130.  
  131.         DropDTR ALL          disconnect ALL callers
  132.         DropDTR LD           disconnect long distance callers only
  133.         DropDTR Local        disconnect local callers only
  134.  
  135.      Comment it out altogether if you do not want VD to drop carrier
  136.      at all.
  137.  
  138.  
  139. 1.32b
  140. -----
  141.   *) Added F4 function key and corresponding errorlevel 15 to
  142.      allow sysop to abort ValidOOR for whatever reason.
  143.  
  144. 1.31b
  145. ----
  146.   *) Changed Look - new title screen with extended status.
  147.      Added 4 New Descriptors for colors which augment the
  148.      previous 4 that VD supported.
  149.         %
  150.         MessageForeGround 4
  151.         MessageBackground 0
  152.         StatusForeGround 1
  153.         StatusBackground 7
  154.         %
  155.  
  156.  
  157.   *) The WindowFrame descriptor is no longer used.  It will be
  158.      ignored by VD if it is found in the config file.
  159.  
  160.  
  161.   *) Added UserComment Descriptor if you want ValidOOR to
  162.      update the comment field in Usersxi.bbs like this:
  163.         %
  164.         UserComment by ValidOOR @Version User Verification System
  165.         %
  166.  
  167.      Note that UserComment also supports VD Variables.
  168.  
  169.  
  170.   *) Dropped LDstart and LDStop config Descriptors in favor
  171.      of one descriptor which takes care of both functions.
  172.      LDSlotDefault is the supported descriptor and uses this
  173.      format:
  174.         %
  175.         LDSlotDefault <starttime> <endtime>
  176.         %
  177.  
  178.      So the following:
  179.         %
  180.         LDStart 2301
  181.         LDStop 0700
  182.         %
  183.      would now become:
  184.         %
  185.         LDSlotDefault 2301 0700
  186.         %
  187.  
  188.   *) Added new LD Slot Dialing mechanism which allows you
  189.      to have 1 default slot for LD dialing as well as a
  190.      slot for any or all days of the week.  The example
  191.      below would have a slot for Saturday, Sunday, and a
  192.      default slot which would be in effect for the rest of
  193.      the week.
  194.         %
  195.         LDSlotDefault 2301 0700
  196.         LDSlotSat 0000 2359
  197.         LDSlotSun 0000 1630
  198.         %
  199.  
  200.  
  201. 1.29b
  202. ----
  203.   *) Added ValidShell descriptor to vd.cfg file which allows the
  204.      sysop to run up to 10 different shells after a user is validated.
  205.      The shells can use VDVariables as replaceable parameters.  See vd.cfg
  206.      for complete description/example of usage.
  207.  
  208.         VD Variables are:   @UserName       - User's full name
  209.                             @Password       - User's password
  210.                             @Version        - current vd version
  211.  
  212.  
  213.